home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (MPW) / SCN.004.Custom.Control < prev    next >
Encoding:
Text File  |  1990-06-24  |  1.7 KB  |  42 lines  |  [TEXT/MPS ]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #4:    Custom.Control
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    BoxCtrl.asm
  11.                    BC.Stds.asm
  12.                    BC.DProc.asm1
  13.                    BC.DProc.asm2
  14.                    Full.Build
  15.                    Build
  16.                    Build.Macros 
  17.  
  18. MPW Components:    BoxCtrl.Aii
  19.                    BoxCtrl.DefProc.Aii
  20.                    BoxCtrl.Stds.Aii
  21.                    MakeFile
  22.  
  23. This sample program addresses the art of creating and supporting custom 
  24. controls.  BoxCtrl generates a rectangle with small marks at each midpoint and 
  25. corner.  Clicking and dragging the mouse when the cursor is over a mark causes 
  26. the rectangle to shrink, grow, and move.
  27. _____________________________________________________________________________
  28.  
  29. The 65816 assembly language source code shows how to define both a custom 
  30. control and a simple button control, and how to use the custom control to move 
  31. and resize the button control.  The demo was written in response to a number 
  32. of developer requests for more information on how to support custom controls.
  33.  
  34. APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System 
  35. Software 5.0.2 or later.  Three APW command files, Full.Build, Build, and 
  36. Build.Macros allow you to perform complete or partial rebuilds of the load 
  37. file BoxCtrl.
  38.  
  39. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler 
  40. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  41. found in the MakeFile.
  42.